import functions.mapplots as mp
figs = mp.plotirc(irc_type="realtime", stat="bias")
for fig in figs:
fig.show()
Standaardafwijking van de residuen (IRC - regenmeter).
figs = mp.plotirc(irc_type="realtime", stat="stdev")
figs[0].show()
figs = mp.plotirc(irc_type="early", stat="bias")
for fig in figs:
fig.show()
Standaardafwijking van de residuen (IRC - regenmeter).
figs = mp.plotirc(irc_type="early", stat="stdev")
figs[0].show()
figs = mp.plotirc(irc_type="final", stat="bias")
for fig in figs:
fig.show()
Standaardafwijking van de residuen (IRC - regenmeter).
figs = mp.plotirc(irc_type="final", stat="stdev")
figs[0].show()